home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / biz / dbase / carcosts.lha / CarCosts / CarCosts.DOC < prev    next >
Text File  |  1996-11-02  |  7KB  |  224 lines

  1.  
  2.                                 CarCosts Version 3
  3.                                 ==================
  4.                                 
  5. The program calculates the total costs of your car. You have to insert
  6. the load of fuels and other support costs (in two different lists).
  7. The result are: fuel costs, supports costs and total costs (total costs
  8. and costs per km, mile or whatever you choose).
  9.  
  10.  
  11. Your AMIGA
  12. ----------
  13.  
  14. This program needs Kickstart/Workbench 2.04 or higher and MUI (MagicUser
  15. Interface, (c) by Stefan Stuntz). The file Readme.MUI describes how and
  16. where you can get MUI. The important parts of MUI (Version 1.3) which
  17. you need to use this program are included.
  18.  
  19.  
  20. Legal stuff
  21. -----------
  22.  
  23. Some time ago, this program was ShareWare.
  24. Well, now I do not have enough time to implement anything new (or fix
  25. any bugs).
  26. So, now, CarCosts is FREEWARE. The source is freely available, too.
  27. If you want to fix bugs, implement anything new - do it as you want, as
  28. long as you include a message in the program that the original program
  29. was written by Ruediger Dreier. 
  30. And, of course, I am NOT responsible for anythings you do with my 
  31. program.
  32.  
  33.                          USE IT AT YOUR OWN RISK !!
  34.  
  35.  
  36. MUI is ShareWare. For further information read the file Readme.MUI.
  37.  
  38.  
  39. Installation
  40. ------------
  41.  
  42. First, you have to install MUI (if not installed):
  43. -Copy the file MUI/LIBS/muimaster.library to LIBS:
  44. -Copy the files MUI/CLASSES/MUI/#? to sys:classes/MUI/. 
  45. -Prior 3.0 users have to include sys:classes to LIBS: Add a
  46.  assign LIBS: sys:classes/ add in your s:User-Startup
  47.  
  48. Then you can install CarCosts.
  49. -Just copy the executable to a place you like.
  50. -If you want to use a different language than german, you have to install
  51.  a new .catalog-file. Copy the correct file to 
  52.  locale:catalogs/<your language>/CarCost.catalog
  53. -If you cannot find your language, you can generate your own catalog.
  54.  But you need a program like MakeCat or CatComp to compile the catalog.
  55.  
  56.  
  57. How to Start
  58. ------------
  59.  
  60. You can start the program on WB with a simple double click on the icon. But
  61. you can start the program as well via a double click on a file with
  62. CarCost as its Default Tool. And a start from Shell is possible, too.
  63.  
  64. After starting the programm, a window should appear on your Workbench
  65. (or on a screen you selected via MUI's preferences program).
  66.  
  67. If the program does not open a window, check
  68. - if you have Kickstart/Workbench 2.04 or higher
  69. - if you installed MUI:
  70.    - is muimaster.library in LIBS: ?
  71.    - are there several files in sys:classes/mui/ ?
  72.    - is sys:classes/ added to LIBS: ?
  73. - check if you have commodities.library and asl.library in LIBS:
  74.  
  75. If you checked everything and cannot find a fault, try a programm like
  76. SnoopDos to see which file the program cannot find.
  77.  
  78.  
  79.  
  80. If it does not work...
  81. ----------------------
  82.  
  83. The program opens a requester, if it cannot open a library (except
  84. intuition.library, there is no requester, if intuition.library V37 or 
  85. higher cannot be opened).
  86. The program can open its windows on a NTSC-hires screen with a Topaz/8 
  87. font. If the program cannot open its main window, a requester appears.
  88. If you started the program and NOTHING happens, you can use 'Exchange' to 
  89. test if the program is running (and you can remove the program).
  90.  
  91.  
  92.  
  93.  
  94. The Main Window
  95. ---------------
  96.  
  97. The main window contains tree parts:
  98. - In the first two text gadgets, the car, the name of the open file and the
  99.   first and last date in your datas are displayed.
  100. - The two buttons activate two other windows for entering entries in the
  101.   fuel and support list.
  102. - The text gadgets at the bottom of the window contain the results of 
  103.   CarCost's calculations.
  104.   
  105.  
  106. The Fuel Window
  107. ---------------
  108.  
  109. To modify or enter entries in the fuel list, you have to activate this
  110. window. The window contains two regions: 
  111. - In the top part is a listview where the entries are display
  112. - The bottom part contains some stringgagdets for entering data and some
  113.   buttons.
  114.   
  115. To enter a new entry, select NEW. The cursor will be in the first
  116. string gadget. With RETURN, the next gadget will be activated. If you press
  117. RETURN in the last gadget, the entry will be added to the list, if
  118. - you entered a correct date (otherwise the cursor will be in the first
  119.   gadget again).
  120. - AND the date is not already in the list.
  121. If the value for kilometers (miles, ...) for a later date is lower than one
  122. for an earlier date, a requester will appear. However, the entry is added
  123. to the list.
  124.  
  125. To change an entry, select an entry and then CHANGE. The entry is deleted 
  126. from the list and its contents are displayed in the stringgadget. After 
  127. a RETURN in the last gadget, the new entry is added to the list. If you 
  128. select CANCEL, the old entry will be added to the list.
  129.  
  130. To delete an entry, select it and then DELETE.
  131.  
  132. To close the window, press ESC, click on the close gadget or select
  133. Close Window.
  134.  
  135.  
  136. The Support Window
  137. ------------------
  138.  
  139. This window is very similar to the fuel window. There is only one
  140. difference: You can enter as many entries for one date as you want.
  141.  
  142. The Title and Remark string can have up to 255 characters, but only
  143. 25 of them will be displayed in the list as well as on printings.
  144.  
  145.  
  146.  
  147. The New Window
  148. --------------
  149.  
  150. If you select Project/New, this window will appear. You are asked for
  151. the registration number of a new car, the date and the kilometers 
  152. (miles, ...) at start. 
  153. Here you can enter as well how you want to enter the dates.
  154.  
  155.  
  156. The Menus
  157. ---------
  158.  
  159. - New: Clears the lists and ask for the initial data of a new car.
  160.  
  161. - Load/Save/Save as: Load/Save the list to a file.
  162.  
  163. - Print: Prints the lists and results. This needs a printer with 80
  164.   characters (so you have to set Left/Right Margin to 0/80 in Preferences).
  165.   
  166. - About: Some information about the program.
  167.  
  168. - Quit: Quits the program.
  169.  
  170.  
  171.  
  172.  
  173. How to get correct values
  174. -------------------------
  175.  
  176. To get correct values for consumption, enter the data as follows:
  177. - Get your tank full. Enter the date and the kilometers (miles,...) in
  178.   the new window. DO NOT ENTER THESE DATAS IN THE FUEL LIST, TOO. This 
  179.   would result in a delta kilometer of 0, and x/0 is a bit difficult...
  180. - The next refuellings can be entered in the fuel list. You should not
  181.   forget to enter a refuelling, this will result in to low consumption.
  182. The consumption is calculated for the last kilometers (miles,...) since
  183. the last refuelling. The distance is the kilometers at that refuelling
  184. less the kilometers at the last refuelling. You will get wrong consumptions
  185. if you do not do a full refuelling. 
  186.  
  187.  
  188.  
  189. Catalog Files
  190. -------------
  191.  
  192. A .cd and .ct file are included, so you can translate the program to your
  193. own language. If you do so, please send me a copy of this translation and
  194. tell me, if I am allowed to add the translation in the next release.
  195.  
  196.  
  197.  
  198. Credits
  199. -------
  200.  
  201. There are a few people who made this project (version 3.0) possible:
  202.  
  203. - Stefan Stuntz (without MUI no version 3.x....).
  204. - Dirk Nehring, my beta-tester, who tested several versions on his A4000.
  205.   He gave me the icon, too.
  206.   
  207.  
  208. My Address
  209. ----------
  210.  
  211. If you want to send my any comment:
  212.  
  213.                Rüdiger Dreier
  214.                Gustav-Winkler-Str. 40
  215.        D-33699 Bielefeld 
  216.                Germany
  217.  
  218. I can be reached via EMail, too.
  219.  
  220.  ruediger.dreier@t-online.de
  221.  
  222.  
  223. The address of Stefan Stuntz is in the file Readme.MUI.
  224.